1 ERROR in child compilations (Use stats.children: true resp. --stats

74

npm install [email protected] --save-exact
{
    test: /\.html$/,
    exclude: [/node_modules/, require.resolve('./index.html')],
    use: {
        loader: 'file-loader',
        query: {
            name: '[name].[ext]'
        },
    },
},

Comments

Submit
0 Comments